Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <!-- Edit this file to change the layout of each record in the table view -->
2 <!-- To disable clicking of a field,
remove the <%%SELECT%%> and <%%ENDSELECT%%> formatters around it-->
3
4 <!-- If you wish to hide the table view header that contains the column titles, -->
5 <!--
add the following to the events_init() hook (in hooks/events.php file) -->
6 <!-- $options->ShowTableHeader =
0; -->
7
8         <td id=
"events-title-<%%VALUE(id)%%>" class="events-title"><%%SELECT%%><%%VALUE(title)%%><%%ENDSELECT%%></td>
9         <td id=
"events-date-<%%VALUE(id)%%>" class="events-date"><%%SELECT%%><%%VALUE(date)%%><%%ENDSELECT%%></td>
10         <td id=
"events-status-<%%VALUE(id)%%>" class="events-status"><%%SELECT%%><%%VALUE(status)%%><%%ENDSELECT%%></td>
11         <td id=
"events-name_patient-<%%VALUE(id)%%>" class="events-name_patient"><%%SELECT%%><%%VALUE(name_patient)%%><%%ENDSELECT%%></td>
12         <td id=
"events-time-<%%VALUE(id)%%>" class="events-time"><%%SELECT%%><%%VALUE(time)%%><%%ENDSELECT%%></td>
13         <td id=
"events-prescription-<%%VALUE(id)%%>" class="events-prescription"><%%SELECT%%><%%VALUE(prescription)%%><%%ENDSELECT%%></td>
14         <td id=
"events-diagnosis-<%%VALUE(id)%%>" class="events-diagnosis"><%%SELECT%%><%%VALUE(diagnosis)%%><%%ENDSELECT%%></td>
15         <td id=
"events-comments-<%%VALUE(id)%%>" class="events-comments"><%%SELECT%%><%%VALUE(comments)%%><%%ENDSELECT%%></td>


Gõ tìm kiếm nhanh...